home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / delivery / sendmail.002 / sendmail / sendmail-8.7.3-bin / sendmail.hf < prev   
Encoding:
Text File  |  1995-11-02  |  3.1 KB  |  79 lines

  1. cpyr
  2. cpyr    Copyright (c) 1983, 1995  Eric P. Allman
  3. cpyr    Copyright (c) 1988, 1993
  4. cpyr        The Regents of the University of California.  All rights reserved.
  5. cpyr    
  6. cpyr    @(#)sendmail.hf    8.7 (Berkeley) 10/1/95
  7. cpyr
  8. smtp    Commands:
  9. smtp        HELO    EHLO    MAIL    RCPT    DATA
  10. smtp        RSET    NOOP    QUIT    HELP    VRFY
  11. smtp        EXPN    VERB
  12. smtp    For more info use "HELP <topic>".
  13. smtp    To report bugs in the implementation send email to
  14. smtp        sendmail-bugs@sendmail.org.
  15. smtp    For local information send email to Postmaster at your site.
  16. help    HELP [ <topic> ]
  17. help        The HELP command gives help info.
  18. helo    HELO <hostname>
  19. helo        Introduce yourself.
  20. ehlo    EHLO <hostname>
  21. ehlo        Introduce yourself, and request extended SMTP mode.
  22. mail    MAIL FROM: <sender>
  23. mail        Specifies the sender.
  24. rcpt    RCPT TO: <recipient>
  25. rcpt        Specifies the recipient.  Can be used any number of times.
  26. data    DATA
  27. data        Following text is collected as the message.
  28. data        End with a single dot.
  29. rset    RSET
  30. rset        Resets the system.
  31. quit    QUIT
  32. quit        Exit sendmail (SMTP).
  33. verb    VERB
  34. verb        Go into verbose mode.  This sends 0xy responses that are
  35. verb        not RFC821 standard (but should be)  They are recognized
  36. verb        by humans and other sendmail implementations.
  37. vrfy    VRFY <recipient>
  38. vrfy        Verify an address.  If you want to see what it aliases
  39. vrfy        to, use EXPN instead.
  40. expn    EXPN <recipient>
  41. expn        Expand an address.  If the address indicates a mailing
  42. expn        list, return the contents of that list.
  43. noop    NOOP
  44. noop        Do nothing.
  45. send    SEND FROM: <sender>
  46. send        replaces the MAIL command, and can be used to send
  47. send        directly to a users terminal.  Not supported in this
  48. send        implementation.
  49. soml    SOML FROM: <sender>
  50. soml        Send or mail.  If the user is logged in, send directly,
  51. soml        otherwise mail.  Not supported in this implementation.
  52. saml    SAML FROM: <sender>
  53. saml        Send and mail.  Send directly to the user's terminal,
  54. saml        and also mail a letter.  Not supported in this
  55. saml        implementation.
  56. turn    TURN
  57. turn        Reverses the direction of the connection.  Not currently
  58. turn        implemented.
  59. -bt    Help for test mode:
  60. -bt    ?                :this help message.
  61. -bt    .Dmvalue         :define macro `m' to `value'.
  62. -bt    .Ccvalue         :add `value' to class `c'.
  63. -bt    =Sruleset        :dump the contents of the indicated ruleset.
  64. -bt    =M               :display the known mailers.
  65. -bt    -ddebug-spec     :equivalent to the command-line -d debug flag.
  66. -bt    $m               :print the value of macro $m.
  67. -bt    $=c              :print the contents of class $=c.
  68. -bt    /mx host         :returns the MX records for `host'.
  69. -bt    /parse address   :parse address, returning the value of crackaddr, and
  70. -bt                      the parsed address (same as -bv).
  71. -bt    /try mailer addr :rewrite address into the form it will have when
  72. -bt                      presented to the indicated mailer.
  73. -bt    /tryflags flags  :set flags used by parsing.  The flags can be `H' for
  74. -bt                      Header or `E' for Envelope, and `S' for Sender or `R'
  75. -bt                      for Recipient.  These can be combined, `HR' sets
  76. -bt              flags for header recipients.
  77. -bt    /canon hostname  :try to canonify hostname.
  78. -bt    /map mapname key :look up `key' in the indicated `mapname'.
  79.